home *** CD-ROM | disk | FTP | other *** search
/ Clickx 96 / Clickx 96.iso / software / tools / tool / xbmc-10.1.exe / system / python / Lib / curses / panel.py < prev    next >
Encoding:
Python Source  |  2011-03-08  |  164 b   |  9 lines

  1. """curses.panel
  2.  
  3. Module for using panels with curses.
  4. """
  5.  
  6. __revision__ = "$Id: panel.py 36560 2004-07-18 06:16:08Z tim_one $"
  7.  
  8. from _curses_panel import *
  9.